C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / CustomizeMoveTarget Method

In This Topic
CustomizeMoveTarget Method
In This Topic
Syntax
'Declaration
 
Public Overridable Function CustomizeMoveTarget( _
   ByVal tableView As UIKit.UITableView, _
   ByVal sourceIndexPath As Foundation.NSIndexPath, _
   ByVal proposedIndexPath As Foundation.NSIndexPath _
) As Foundation.NSIndexPath
 

Parameters

tableView
sourceIndexPath
proposedIndexPath
See Also